raar.behaviour
Class RAPrintStatement

java.lang.Object
  extended byraar.behaviour.RAPrintStatement
All Implemented Interfaces:
RADebuggable, RAStatement, java.io.Serializable

public class RAPrintStatement
extends java.lang.Object
implements RAStatement, RADebuggable

Models the RAAR PRINT statement that can print some info to the debugger window.

See Also:
Serialized Form

Constructor Summary
RAPrintStatement(java.lang.String varName, RADataType toPrint)
           
 
Method Summary
 void execute()
           
 java.lang.String getDebugInfo()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RAPrintStatement

public RAPrintStatement(java.lang.String varName,
                        RADataType toPrint)
Method Detail

execute

public void execute()
             throws RAException
Specified by:
execute in interface RAStatement
Throws:
RAException

getDebugInfo

public java.lang.String getDebugInfo()
Specified by:
getDebugInfo in interface RADebuggable